golang.org/x/net/idna.options.verifyDNSLength (field)
9 uses
golang.org/x/net/idna (current package)
idna10.0.0.go#L73: return func(o *options) { o.verifyDNSLength = verify }
idna10.0.0.go#L183: verifyDNSLength bool
idna10.0.0.go#L261: if p.verifyDNSLength {
idna10.0.0.go#L307: verifyDNSLength: true,
idna10.0.0.go#L351: if err == nil && p.verifyDNSLength && s == "" {
idna10.0.0.go#L360: if err == nil && p.verifyDNSLength {
idna10.0.0.go#L409: if p.verifyDNSLength && err == nil && (n == 0 || n > 63) {
idna10.0.0.go#L415: if toASCII && p.verifyDNSLength && err == nil {
idna10.0.0.go#L712: if p.verifyDNSLength {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)